3.179 \(\int \sqrt {3-6 x^2} \sqrt {2+4 x^2} \, dx\)

Optimal. Leaf size=38 \[ \frac {2 \operatorname {EllipticF}\left (\sin ^{-1}\left (\sqrt {2} x\right ),-1\right )}{\sqrt {3}}+\sqrt {\frac {2}{3}} \sqrt {1-4 x^4} x \]

[Out]

2/3*EllipticF(x*2^(1/2),I)*3^(1/2)+1/3*x*6^(1/2)*(-4*x^4+1)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 38, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.130, Rules used = {248, 195, 221} \[ \sqrt {\frac {2}{3}} \sqrt {1-4 x^4} x+\frac {2 F\left (\left .\sin ^{-1}\left (\sqrt {2} x\right )\right |-1\right )}{\sqrt {3}} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[3 - 6*x^2]*Sqrt[2 + 4*x^2],x]

[Out]

Sqrt[2/3]*x*Sqrt[1 - 4*x^4] + (2*EllipticF[ArcSin[Sqrt[2]*x], -1])/Sqrt[3]

Rule 195

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[(x*(a + b*x^n)^p)/(n*p + 1), x] + Dist[(a*n*p)/(n*p + 1),
 Int[(a + b*x^n)^(p - 1), x], x] /; FreeQ[{a, b}, x] && IGtQ[n, 0] && GtQ[p, 0] && (IntegerQ[2*p] || (EqQ[n, 2
] && IntegerQ[4*p]) || (EqQ[n, 2] && IntegerQ[3*p]) || LtQ[Denominator[p + 1/n], Denominator[p]])

Rule 221

Int[1/Sqrt[(a_) + (b_.)*(x_)^4], x_Symbol] :> Simp[EllipticF[ArcSin[(Rt[-b, 4]*x)/Rt[a, 4]], -1]/(Rt[a, 4]*Rt[
-b, 4]), x] /; FreeQ[{a, b}, x] && NegQ[b/a] && GtQ[a, 0]

Rule 248

Int[((a1_.) + (b1_.)*(x_)^(n_))^(p_.)*((a2_.) + (b2_.)*(x_)^(n_))^(p_.), x_Symbol] :> Int[(a1*a2 + b1*b2*x^(2*
n))^p, x] /; FreeQ[{a1, b1, a2, b2, n, p}, x] && EqQ[a2*b1 + a1*b2, 0] && (IntegerQ[p] || (GtQ[a1, 0] && GtQ[a
2, 0]))

Rubi steps

\begin {align*} \int \sqrt {3-6 x^2} \sqrt {2+4 x^2} \, dx &=\int \sqrt {6-24 x^4} \, dx\\ &=\sqrt {\frac {2}{3}} x \sqrt {1-4 x^4}+4 \int \frac {1}{\sqrt {6-24 x^4}} \, dx\\ &=\sqrt {\frac {2}{3}} x \sqrt {1-4 x^4}+\frac {2 F\left (\left .\sin ^{-1}\left (\sqrt {2} x\right )\right |-1\right )}{\sqrt {3}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.01, size = 22, normalized size = 0.58 \[ \sqrt {6} x \, _2F_1\left (-\frac {1}{2},\frac {1}{4};\frac {5}{4};4 x^4\right ) \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[3 - 6*x^2]*Sqrt[2 + 4*x^2],x]

[Out]

Sqrt[6]*x*Hypergeometric2F1[-1/2, 1/4, 5/4, 4*x^4]

________________________________________________________________________________________

fricas [F]  time = 0.59, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\sqrt {4 \, x^{2} + 2} \sqrt {-6 \, x^{2} + 3}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-6*x^2+3)^(1/2)*(4*x^2+2)^(1/2),x, algorithm="fricas")

[Out]

integral(sqrt(4*x^2 + 2)*sqrt(-6*x^2 + 3), x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {4 \, x^{2} + 2} \sqrt {-6 \, x^{2} + 3}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-6*x^2+3)^(1/2)*(4*x^2+2)^(1/2),x, algorithm="giac")

[Out]

integrate(sqrt(4*x^2 + 2)*sqrt(-6*x^2 + 3), x)

________________________________________________________________________________________

maple [B]  time = 0.04, size = 75, normalized size = 1.97 \[ -\frac {\sqrt {-6 x^{2}+3}\, \sqrt {2}\, \sqrt {2 x^{2}+1}\, \left (-12 x^{5}+3 x +\sqrt {2}\, \sqrt {3}\, \sqrt {-6 x^{2}+3}\, \sqrt {2 x^{2}+1}\, \EllipticF \left (\sqrt {2}\, x , i\right )\right )}{9 \left (4 x^{4}-1\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((-6*x^2+3)^(1/2)*(4*x^2+2)^(1/2),x)

[Out]

-1/9*(-6*x^2+3)^(1/2)*2^(1/2)*(2*x^2+1)^(1/2)*(2^(1/2)*3^(1/2)*(-6*x^2+3)^(1/2)*(2*x^2+1)^(1/2)*EllipticF(x*2^
(1/2),I)-12*x^5+3*x)/(4*x^4-1)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \sqrt {4 \, x^{2} + 2} \sqrt {-6 \, x^{2} + 3}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-6*x^2+3)^(1/2)*(4*x^2+2)^(1/2),x, algorithm="maxima")

[Out]

integrate(sqrt(4*x^2 + 2)*sqrt(-6*x^2 + 3), x)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.03 \[ \int \sqrt {4\,x^2+2}\,\sqrt {3-6\,x^2} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((4*x^2 + 2)^(1/2)*(3 - 6*x^2)^(1/2),x)

[Out]

int((4*x^2 + 2)^(1/2)*(3 - 6*x^2)^(1/2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \sqrt {6} \int \sqrt {1 - 2 x^{2}} \sqrt {2 x^{2} + 1}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((-6*x**2+3)**(1/2)*(4*x**2+2)**(1/2),x)

[Out]

sqrt(6)*Integral(sqrt(1 - 2*x**2)*sqrt(2*x**2 + 1), x)

________________________________________________________________________________________